ClientResponseType
import { ClientResponseType } from "@hyper-fetch/core"
Description
Defined in client/fetch.client.types.ts:13
Preview
type ClientResponseType<GenericDataType,GenericErrorType> = [GenericDataType | null, GenericErrorType | null, number | null];
Structure
[GenericDataType | null, GenericErrorType | null, number | null]